home *** CD-ROM | disk | FTP | other *** search
/ Oxygen Multimedia Graphics 15 / Oxygen Multimedia Graphics 15.iso / pc / System / OX15 / Internal_1_Movie INI.ls < prev    next >
Encoding:
Text File  |  2006-06-13  |  2.5 KB  |  31 lines

  1. global ds, goUp, gList, giNum, gtNum, gtColor, pickTemplate
  2.  
  3. on prepareMovie
  4.   (the stage).title = "Welcome to OXYGEN Volume 15"
  5.   the searchPaths = [the moviePath, the moviePath & "INIT"]
  6.   SC = "Steve Creitz"
  7.   db = "Darrin Brooks"
  8.   JN = "Jonathan Natiuk"
  9.   AR = "Aisha Ricketts"
  10.   GL = "Gene Lambert"
  11.   PH = "Palmer Halvorson"
  12.   IP = "Ioa Petra'ka"
  13.   JM = "John Manual"
  14.   gList = ["t1": "Ionic", "t1c1": "-Brown", "t1c2": "-Blue", "t1c3": "-Purple", "t2": "Master", "t2c1": "-Aqua", "t2c2": "-CopperGold", "t2c3": "-Red", "t3": "Viento", "t3c1": "-Multi", "t3c2": "-Aqua", "t3c3": "-Brown", "i1": "BeltOfTruth", "i2": "CoatOfColors", "i3": "Creation1", "i4": "Creation2", "i5": "Creation3b", "i6": "CrossDraped", "i7": "Endurance", "i8": "FirmFoundation", "i9": "FruitsOfSpirit", "i10": "HelpWanted", "i11": "JosephsDream", "i12": "Pierced", "i13": "PrayerSeed", "i14": "Rebellious2", "i15": "SaviorsTouch", "i16": "ServantSavior", "i17": "SolidGround", "i18": "Solitude", "i19": "TeamCaptain", "i20": "TheCyrenaean", "i21": "ThePit", "i22": "TheProphecy", "i23": "ViaDolorosa", "i24": "WolfSheep", "i25": "Worship", "ic1": "Illustration: " & SC, "ic2": "Illustration: " & db, "ic3": "Illustration: " & SC, "ic4": "Illustration: " & SC, "ic5": "Illustration: " & SC, "ic6": "Illustration: " & SC & numToChar(13) & "Photography: " & JN, "ic7": "Illustration: " & db & numToChar(13) & "Photography: " & JM, "ic8": "Illustration: " & SC, "ic9": "Illustration: " & SC, "ic10": "Illustration: " & db, "ic11": "Illustration: " & db, "ic12": "Illustration: " & SC & numToChar(13) & "Photography: " & JN, "ic13": "Illustration: " & db, "ic14": "Illustration: " & db, "ic15": "Illustration: " & AR, "ic16": "Illustration: " & SC & numToChar(13) & "Photography: " & JM, "ic17": "Illustration: " & SC, "ic18": "Photography: " & JN, "ic19": "Illustration: " & db & numToChar(13) & "Photography: " & JM, "ic20": "Illustration: " & SC & numToChar(13) & "Photography: " & JM, "ic21": "Illustration: " & db, "ic22": "Illustration: " & SC, "ic23": "Illustration: " & SC & numToChar(13) & "Photography: " & JM, "ic24": "Illustration: " & SC, "ic25": "Illustration: " & SC & numToChar(13) & "Photography: " & JM, "tc1": "Template Design: " & SC, "tc2": "Template Design: Oxygen Team", "tc3": "Template Design: " & db]
  15.   if the platform contains "Mac" then
  16.     ds = ":"
  17.     goUp = ":"
  18.   else
  19.     ds = "\"
  20.     goUp = "..\"
  21.   end if
  22. end
  23.  
  24. on startMovie
  25.   if QuickTimeVersion() < 4 then
  26.     sprite(2).visible = 0
  27.   else
  28.     sprite(2).visible = 1
  29.   end if
  30. end
  31.